home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / Interfaces.dict next >
Encoding:
Text File  |  1991-04-17  |  2.0 KB  |  76 lines  |  [TEXT/MPS ]

  1. ##          File:              Interfaces.Dict
  2. ##          Date Created:      4/22/90
  3. ##          Purpose:          This file was created so that radical changes in the Interface Files
  4. ##                            would not have to disrupt your current source code.
  5. ##
  6. ##          How to use: Copy the Interfaces.Dict file to the Interfaces folder in your MPW folder.
  7. ##                        You need to run each file in your source through the canon tool with
  8. ##                        this dicitonary file individually.  You need a for...loop.
  9. ##  
  10. ##  set sources ""    # set the variable sources to the path of the sources.  (Ex.  set sources "Hard Disk:Sources:")
  11. ##  export sources
  12. ##    set exit 0
  13. ##  For i in `Files -f -r "{Sources}"`
  14. ##      if `exists -f "{i}"`
  15. ##            canon -s "{MPW}Interfaces:"Interfaces.Dict "{i}" > "{i}".can
  16. ##            rename -y "{i}".can "{i}"
  17. ##        end
  18. ##  end
  19. ##  
  20. ##  
  21.  
  22.  
  23. hfileInfo    hFileInfo                # change all occurences of hfileInfo to hFileInfo
  24.                                     # as per the change in CInfoPBRec in Files.h
  25.  
  26.  
  27. teStylPaste    teStylePaste            # as per the change in ToolEqu.a
  28. _TEStylPaste    _TEStylePaste
  29. getStylHandle    getStyleHandle        # as per the change in ToolEqu.a
  30. _GetStylHandle    _GetStyleHandle
  31. setStylHandle    setStyleHandle        # as per the change in ToolEqu.a
  32. _SetStylHandle    _SetStyleHandle
  33. getStylScrap    getStyleScrap        # as per the change in ToolEqu.a
  34. _GetStylScrap    _GetStyleScrap
  35. teStylInsert    teStyleInsert        # as per the change in ToolEqu.a
  36. _TEStylInsert    _TEStyleInsert
  37.  
  38.  
  39. ############
  40. # Sound
  41. ############
  42. noteSynth     squareWaveSynth
  43. noteCmd        freqDurationCmd
  44. baseNote    baseFrequency
  45. numSampleFrames        sampleFrames
  46. dataPointerFlag        dataOffsetFlag
  47.  
  48. ############
  49. # Quickdraw
  50. ############
  51. PICT2Header        OpenCPicParams
  52.  
  53. ############
  54. # PictUtil
  55. ############
  56. METHOD_SYSTEM        systemMethod
  57. METHOD_POPULAR        popularMethod
  58. METHOD_MEDIAN        medianMethod
  59.  
  60. ############
  61. # Icons
  62. ############
  63. spoolFolderIconResource        printMonitorFolderIconResource
  64.  
  65. ############
  66. # EPPC
  67. ############
  68. rtrnReciptMsgID        rtrnReceiptMsgID
  69.  
  70. ############
  71. # Traps.a
  72. ############
  73. Pixmap32Bit        PixMap32Bit
  74.  
  75. ############
  76. useMFTemp        UseTempMem